Remove docs targets
authorFelix Krull <f_krull@gmx.de>
Wed, 17 Oct 2018 23:22:37 +0000 (01:22 +0200)
committerColin Walters <walters@verbum.org>
Fri, 6 May 2022 16:53:53 +0000 (12:53 -0400)
The docs integration is now handled in build.rs if the lgpl-docs feature
is enabled.

rust-bindings/rust/Makefile

index 4dfc942c9dbcc61bb743040c28d368cee90724e2..08d6e749dd5030a3b931e89c53a2ae7730ed1d5d 100644 (file)
@@ -6,27 +6,13 @@ all: generate-libostree-sys generate-libostree
 tools/bin/gir:
        cargo install --root tools --git https://github.com/gtk-rs/gir.git -- gir
 
-tools/bin/rustdoc-stripper:
-       cargo install --root tools rustdoc-stripper
-
 # gir generate
 gir/%: tools/bin/gir
        tools/bin/gir -c conf/$*.toml
 
 generate-libostree-sys: gir/libostree-sys
 
-generate-libostree: gir/libostree #update-docs
-
-# docs
-update-docs: tools/bin/gir tools/bin/rustdoc-stripper
-       tools/bin/gir -c conf/libostree.toml -m doc
-       #sed -i \
-       #       -e "s/trait RepoExt::fn list_refs/trait RepoExtManual::fn list_refs/" \
-       #       -e "s/trait RepoExt::fn list_refs_ext/trait RepoExtManual::fn list_refs_ext/" \
-       #       -e "s/trait RepoExt::fn traverse_commit/trait RepoExtManual::fn traverse_commit/" \
-       #       libostree/vendor.md
-       tools/bin/rustdoc-stripper -g -o libostree/vendor.md
-       rm libostree/vendor.md
+generate-libostree: gir/libostree
 
 # gir file management
 update-gir-files: \